home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE12 / WPTOOLS / WPTOOLS1.ZIP / DEMO / FastText / Unit2.dfm / Unit2.txt
Encoding:
Text File  |  1996-07-04  |  1.3 KB  |  78 lines

  1. object PicSize: TPicSize
  2.   Left = 214
  3.   Top = 190
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Size'
  6.   ClientHeight = 57
  7.   ClientWidth = 314
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 8
  19.     Width = 30
  20.     Height = 13
  21.     Caption = 'X-Size'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 0
  25.     Top = 32
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Y-Size'
  29.   end
  30.   object XL: TLabel
  31.     Left = 240
  32.     Top = 8
  33.     Width = 13
  34.     Height = 13
  35.     Caption = 'XL'
  36.   end
  37.   object YL: TLabel
  38.     Left = 240
  39.     Top = 32
  40.     Width = 13
  41.     Height = 13
  42.     Caption = 'YL'
  43.   end
  44.   object XScrollbar: TScrollBar
  45.     Left = 41
  46.     Top = 8
  47.     Width = 193
  48.     Height = 16
  49.     LargeChange = 28
  50.     Max = 360
  51.     Min = 8
  52.     Position = 8
  53.     TabOrder = 0
  54.     OnChange = XScrollbarChange
  55.   end
  56.   object YScrollbar: TScrollBar
  57.     Left = 40
  58.     Top = 32
  59.     Width = 193
  60.     Height = 16
  61.     LargeChange = 28
  62.     Max = 360
  63.     Min = 8
  64.     Position = 8
  65.     TabOrder = 1
  66.     OnChange = YScrollbarChange
  67.   end
  68.   object Button1: TButton
  69.     Left = 280
  70.     Top = 24
  71.     Width = 25
  72.     Height = 25
  73.     Caption = 'OK'
  74.     ModalResult = 1
  75.     TabOrder = 2
  76.   end
  77. end
  78.